text/template/parse.lexer.width (field)

7 uses

	text/template/parse (current package)
		lex.go#L121: 	width       Pos       // width of last rune read from input
		lex.go#L133: 		l.width = 0
		lex.go#L137: 	l.width = Pos(w)
		lex.go#L138: 	l.pos += l.width
		lex.go#L154: 	l.pos -= l.width
		lex.go#L156: 	if l.width == 1 && l.input[l.pos] == '\n' {
		lex.go#L252: 	l.width = 0